home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 January / macformat-059.iso / mac / Shareware Plus / Comms / Mac DNR / Read Me < prev   
Encoding:
Text File  |  1997-09-17  |  3.4 KB  |  73 lines  |  [TEXT/ttxt]

  1. MacDNR v1.3
  2. A simple utility for doing DNS lookups.
  3.  
  4. What Is MacDNR?
  5. ---------------
  6. MacDNR allows you to perform each of the different lookup types offered by the Macintosh DNR (Domain Name Resolver).  Specifically, it allows you to perform the following four actions:
  7.  
  8. 1) Resolve a hostname (e.g. marcus.its.rpi.edu) to its dotted-decimal address (e.g. 128.113.113.16).
  9.  
  10. 2) Find the hostname associated with a dotted-decimal address.
  11.  
  12. 3) Lookup information about a remote system given its hostname.
  13.  
  14. 4) Lookup mail exchange information given a specific domain name.
  15.  
  16. In addition to this, it allows you to find out the hostname of your machine in both machine-address format, (e.g. dewits4.stu.rpi.edu) and dotted-decimal format, (e.g. 128.113.167.70).
  17.  
  18. How Do I Use MacDNR?
  19. --------------------
  20. MacDNR is very simple to use.  When you start it up it will present you with a window in which you can enter a hostname (either in machine-address or dotted-decimal format) and tell MacDNR what type of query you want to perform.  When you hit the "Lookup" button, MacDNR will then perform the given type of lookup and return either the appropriate information or tell you that an error occurred.  Furthermore, if your machine has OpenTransport, you can perform as many queries as you want at one time.  MacTCP, unfortunately, only allows one query to be outstanding.
  21.  
  22. System Requirements
  23. --------------------
  24. MacDNR FAT can run either on a 68k machine or PPC machine.  System 7.0 or higher (including OS 8) is required.  You will also need either MacTCP or OpenTransport installed on your machine and a working network connection.
  25.  
  26. What Is EasyTCP?
  27. ---------------
  28. EasyTCP is the TCP/IP library set, including the DNR library that I am working on for the Macintosh to make Mac TCP/IP easier to deal with.  MacDNR represents the first working, stable version of the DNR library.  All of these libraries are OT native and use completely asynchronous I/O.  The interface to the DNR library is in C and the TCP/IP library in C++.  If you are interested in these libraries, please email me at the address below.
  29.  
  30. Version History
  31. --------------
  32.  
  33. Version 1.3
  34.   + Fixed a major bug that prohibited machines running MacTCP to use MacDNR
  35.   + Fixed a memory bug which caused the machine to freeze when out of memory
  36.   + Fixed a bug that caused MacDNR to crash when escape was pressed in an alert
  37.   + Added a few cosmetic details
  38.   + Cleaned up the exit code
  39.  
  40. Version 1.2
  41.         + Fixed notification bug
  42.         + Added "ding" sound when lookup done
  43.         + Added Error descriptions for most common errors
  44.         + Fixed button outlining on 68k Macs
  45.  
  46. Version 1.1
  47.         + Minor cosmetic updates
  48.  
  49. Version 1.0
  50.     + First release
  51.  
  52. Bugs, Comments, More Info...
  53. --------------------------
  54. If you use MacDNR, I'd sure appreciate it if you'd just email me and let me know what you think.  Also, if you encounter any bugs or are interested in EasyTCP libraries, please contact me at the following address:
  55.  
  56. dewits4@rpi.edu
  57.  
  58. Thanks for your support!
  59.  
  60. Thanks
  61. ------
  62. I just wanted to say thanks to some people who helped me out with Mac programming.
  63. Thanks to BlackLig and the folks at #macdev for answering my questions.
  64.  
  65. Also, thanks to all of you who have written me back, letting me know that about bugs, comments, etc.  They are much appreciated!
  66.  
  67. Legalities
  68. ---------
  69. MacDNR is copyright ©1997 by Amamind Software and Scott DeWitt.
  70. EasyTCP(tm) library is copyright ©1997 by Amamind Software and Scott DeWitt.
  71. All Rights reservered.
  72.  
  73.